home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / stat.h < prev    next >
C/C++ Source or Header  |  2002-09-16  |  345b  |  15 lines

  1. #ifndef STAT_H
  2. #define STAT_H \
  3.        "$Id: stat.h,v 1.1.1.1 2001/11/26 22:21:13 tboeckel Exp $ "
  4. /*
  5.  *      Unix compatible stat()
  6.  * 
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11. #ifndef SYS_STAT_H
  12. #include <sys/stat.h>
  13. #endif
  14. #endif
  15.